home *** CD-ROM | disk | FTP | other *** search
- # ifndef yyCalling
- # define yyCalling
-
- # if defined __STDC__ | defined __cplusplus
- # define ARGS(parameters) parameters
- # else
- # define ARGS(parameters) ()
- # endif
-
- # ifndef bool
- # define bool char
- # endif
-
- # include "Tree.h"
- # include "Definiti.h"
- # include "CallGrap.h"
-
- # line 11 "Calling.puma"
-
- #include <stdio.h>
- extern FILE *CGFile;
-
-
- extern void Calling ARGS((tTree t));
- extern void OutCallGraph ARGS((tCallGraph c));
-
- extern void BeginCalling ();
- extern void CloseCalling ();
-
- # endif
-